1 /*
2 * Created on 2004.11.23.
3 *
4 * In bigyo project
5 */
6 package net.sf.bigyo.container.jmx;
7
8 import java.io.File;
9
10 /***
11 * @author zsombor
12 *
13 * Created at 23:12:47
14 * net.sf.bigyo.container.jmx.MX4JConfig
15 *
16 */
17 public class MX4JConfig {
18
19 int port;
20
21 File passwdFile;
22
23
24
25 /***
26 *
27 */
28 public MX4JConfig() {
29 super();
30 // Auto-generated constructor stub
31 }
32
33
34 /***
35 * @return Returns the passwdFile.
36 */
37 public File getPasswdFile() {
38 return passwdFile;
39 }
40
41 /***
42 * @return Returns the port.
43 */
44 public int getPort() {
45 return port;
46 }
47 }
This page was automatically generated by Maven